Welcome![Sign In][Sign Up]
Location:
Search - numbers matlab

Search list

[OtherAn Introduction to Matlab

Description: 1 MATLAB 2 2 Starting Up 2 2.1 Windows Systems . . . . . . . . . . 2 2.2 Unix Systems . . . . . . . . . . . . . 2 2.3 Command Line Help . . . . . . . . . 2 2.4 Demos . . . . . . . . . . . . . . . . . 3 3 Matlab as a Calculator 3 4 Numbers & Formats 3 5 Variables 3 5.1 Variable Names . . . . . . . . . . . . 3 6 Suppressing output 4 7 Built{In Functions 4 7.1 Trigonometric Functions . . . . . . . 4 7.2 Other Elementary Functions . . . . . 4 8 Vectors 4 8.1 The Colon Notation . . . . . . . . . 5 8.2 Extracting Bits of a Vector . . . . . 5 8.3 Column Vectors . . . . . . . . . . . . 5 8.4 Transposing . . . . . . . . . . . . . . 5 9 Keeping a record 6 10 Plotting Elementary Functions 6 10.1 Plotting|Titles & Labels . . . . . . 7 10.2 Grids . . . . . . . . . . . . . . . . . . 7 10.3 Line Styles & Colours . . . . . . . . 7 10.4 Multi{plots . . . . . . . . . . . . . . 7 10.5 Hold . . . . . . . . . . . . . . . . . . 7 10.6 Hard Copy . . . . . . . . . . . . . . 8 10.7 Subplot . . . . . . . . . . . . . . . . 8 10.8 Zooming . . . . . . . . . . . . . . . . 8 10.9 Formatted text on Plots . . . . . . . 8 10.10Controlling Axes . . . . . . . . . . . 9 11 Keyboard Accelerators 9 12 Copying to and from Word and other applications 10 12.1 Window Systems . . . . . . . . . . . 10 12.2 Unix Systems . . . . . . . . . . . . . 10 13 Script Files 10 14 Products, Division & Powers of Vectors 11 14.1 Scalar Product (*) . . . . . . . . . . 11 14.2 Dot Product (.*) . . . . . . . . . . . 11 14.3 Dot Division of Arrays (./) . . . . . 12 14.4 Dot Power of Arrays (.^) . . . . . . 12 15 Examples in Plotting 13 16 Matrices|Two{Dimensional Arrays 13 16.1 Size of a matrix . . . . . . . . . . . . 14 16.2 Transpose of a matrix . . . . . . . . 14 16.3 Special Matrices . . . . . . . . . . . 14 16.4 The Identity Matrix . . . . . . . . . 14 16.5 Diagonal Matrices . . . . . . . . . . 15 16.6 Building Matrices . . . . . . . . . . . 15 16.7 Tabulating Functions . . . . . . . . . 15 16.8 Extracting Bits of Matrices . . . . . 16 16.9 Dot product of matrices (.*) . . . . 16 16.10Matrix{vector products . . . . . . . 16 16.11Matrix{Matrix Products . . . . . . . 17 16.12Sparse Matrices . . . . . . . . . . . . 17 17 Systems of Linear Equations 18 17.1 Overdetermined system of linear equations . . . . . . . . . . . . . . . . . . 18 18 Characters, Strings and Text 20 19 Loops 20 20 Logicals 21 20.1 While Loops . . . . . . . . . . . . . . 22 20.2 if...then...else...end . . . . . . 23 21 Function m{ les 23 21.1 Examples of functions . . . . . . . . 24 22 Further Built{in Functions 25 22.1 Rounding Numbers . . . . . . . . . . 25 22.2 The sum Function . . . . . . . . . . . 25 22.3 max & min . . . . . . . . . . . . . . . 26 22.4 Random Numbers . . . . . . . . . . 26 22.5 find for vectors . . . . . . . . . . . . 27 22.6 find for matrices . . . . . . . . . . . 27 23 Plotting Surfaces 27 24 Timing 28 25 On{line Documentation 29 26 Reading and Writing Data Files 29 26.1 Formatted Files . . . . . . . . . . . . 30 26.2 Unformatted Files . . . . . . . . . . 30 27 Graphic User Interfaces 31 28 Command Summary 32
Platform: | Size: 877346 | Author: taffy320 | Hits:

[Speech/Voice recognition/combine语音识别

Description: 老师布置的一个project,里面有题目和源程序,能够识别十个数字。-This is a project given by teacher ,including subject and code .It can recognise ten numbers.
Platform: | Size: 811008 | Author: 郭慧勤 | Hits:

[AI-NN-PR我编写的monte carlo随机数发生器

Description: 这是我在matlab环境下编写的产生随机数的源程序,包括产生均匀分布和正态分布,参数接口十分灵活。-in Matlab environment prepared by the random numbers generated by the source code, including the Uniform Distribution and normal distribution, parameter interface is very flexible.
Platform: | Size: 2048 | Author: 存友 | Hits:

[Other蒙特卡洛

Description: 利用MATLAB可以产生各种形式的随机数,进行随机解决一些实际问题(系统的寿命、重积分、预测公司经营)-using MATLAB can produce various forms of random numbers, random solve some practical problems (system of life, re-integration, the company forecast operating)
Platform: | Size: 11264 | Author: 111 | Hits:

[matlablpr_loc

Description: 我编写的基于颜色分量的汽车牌照定位识别。主要有以下几步:1 基于颜色分量的灰度值识别出车牌(基于蓝色车牌)2 从蓝色区域中识别白色的号码-prepared by the color components based on the vehicle license location identification. The following are the main steps : a component based on the color of gray values identification plates (based on blue plates) 2 from the blue and white identification numbers
Platform: | Size: 108544 | Author: 高锋 | Hits:

[Crack Hacksecretshare_VC++

Description: Shamir秘密分享与恢复算法的VC++程序,主要是使用平面上k点可以决定k-1次方的多项式,以k点为门槛值,应用Lagrange多项式插入方法的技术,回复原多项式,再得出主密钥。输入大数长度和份数可自行定义(默认是270位和不超过20份)。-Shamir secret sharing and recovery algorithm VC procedures, is the use of the plane could be decided k k-1 power of the polynomial, a k-value of the threshold, Application of Lagrange polynomial method of technology insertion to restore the original polynomial, then come to the main key. Length and the importation of large numbers of shares to be defined (the default is 270 and not more than 20).
Platform: | Size: 1963008 | Author: linvg | Hits:

[Program docmontecarlomatlab

Description: 含有蒙特卡罗模拟的原理方法和产生二维随机数的方法,很简单实用-with Monte Carlo simulation method and the principle of random numbers generated by two-dimensional method, it is very simple and practical
Platform: | Size: 84992 | Author: 戴玉婷 | Hits:

[Mathimatics-Numerical algorithmsuniformgauss

Description: 均匀分布的随机数,并依此产生高斯分布随机数,12和法和Box-Muller法产生高斯分布-uniform distribution of random numbers, and so have a Gaussian distribution of random numbers, 12 and the law and Box-Muller method, Gaussian distribution
Platform: | Size: 1024 | Author: 吴俊 | Hits:

[matlabsexy_and_drnd

Description: sexy函数可以将MATLAB符号表达式变成人们书写形式的表达式。 drnd函数是我写的可以生成服从任意有限离散分布的随机数。-sexy function can be MATLAB symbolic expression of the people into written form expression. Drnd function is I write can generate obey arbitrary finite discrete distribution of random numbers.
Platform: | Size: 1024 | Author: roc woods | Hits:

[matlabkalman-simulation

Description: The purpose of this paper is to provide a practical introduction to the discrete Kalman filter. This introduction includes a description and some discussion of the basic discrete Kalman filter, a derivation, description and some discussion of the extended Kalman filter, and a relatively simple (tangible) example with real numbers & results.-The purpose of this paper is to provide a pra ctical introduction to the discrete Kalman fil ter. This introduction includes a description and some discussion of the basic discrete Kalma n filter, a derivation. description and some discussion of the extende d Kalman filter. and a relatively simple (tangible) example wit h real numbers
Platform: | Size: 221184 | Author: 上将 | Hits:

[Education soft systemIdentityCardNumbersOfAutomaticIdentificationAlgori

Description: 身份证号码自动识别算法实现本科毕业设计写的-Identity card numbers of automatic identification algorithm written in graduate design
Platform: | Size: 1542144 | Author: lb | Hits:

[Communication-MobileNakagami

Description: Source code to generate Nakagami distributed numbers, Nakagami PDF. Useful in wireless communications.
Platform: | Size: 1024 | Author: | Hits:

[matlabMATLAB

Description: 基于MATLAB的静止图像车牌定位研究,车牌号码的自动检索。-MATLAB-based still image plate positioning research, license plate numbers automatically retrieve.
Platform: | Size: 823296 | Author: some726 | Hits:

[Graph Recognizenumbers-and-characters-recognation-

Description: 数字、文字图像识别; 程序代码说明: P0801:索书号文字图像分割 P0802:粘连字符切分 P0803:文字识别 P0804:彩色车牌分割 P0805:商标文字分割 Recognition:文字识别的识别子函数 StrDetect01:文字识别的结构特征提取子函数-Numbers, text, image recognition code Description: P0801: Call text segmentation P0802: Touching Character Segmentation P0803: character recognition P0804: color plates separated P0805: Text Segmentation Trademark Recognition: Character Recognition Recognition Functions StrDetect01: Character Recognition The Feature Extraction Functions
Platform: | Size: 206848 | Author: wyuting | Hits:

[Graph Recognizematlab-code

Description: 识别车牌照的号码,matlab代码,包括车牌定位、形态学处理、字符分隔、数字识别等功能-Identify vehicle license plate number, matlab code, including the license plate location, morphological processing, character separation, identification numbers and other functions
Platform: | Size: 641024 | Author: | Hits:

[matlabMatlab-Coder-VC

Description: 一个实例说明matlab coder的使用方法,可以实现vc++中调用matlab生成的cpp文件进行两个数的乘法计算。-An example shows the use of matlab coder, can call matlab in vc++ cpp files generated multiplication of two numbers.
Platform: | Size: 6144 | Author: bailuer | Hits:

[matlabmatlab-rand

Description: matlab产生随机数的几种方法整理。内容较全面,包含产生几何分布,二项分布,正态分布等随机数。-Several methods for generating random numbers matlab finishing. Content more comprehensive, including produce geometric distribution, binomial distribution, normal distribution of random numbers.
Platform: | Size: 10240 | Author: 王海阳 | Hits:

[AlgorithmMATLAB计算

Description: 编写M文件,计算以下问题: 口口口口x口=口口口口 以上九个口代表1~9这九个数字,不得遗漏或重复。(Write M file, calculate the following questions:ABCD x N=EFGH More than nine mouth on behalf of the 1 ~ 9 nine Numbers, not omission or duplication.)
Platform: | Size: 13312 | Author: Jenny Zeng | Hits:

[GDI-Bitmapmatlab-GUI--program

Description: 一些常见的利用数字进行画图的代码程序,很容易看懂。(Some common use of code numbers in the drawing program.)
Platform: | Size: 8192 | Author: Imager | Hits:

[Graph Recognize基于matlab+模板匹配的车牌识别

Description: 车牌识别系统(License Plate Recognition System,LPRS)在许多应用程序中 扮演一个重要的角色,如停车场系统、道路监控、高速公路收费系统、电子警察系 统。在我国,车牌种类较多,并有数字、字母和汉字,与别的国家的车牌相比较为 复杂。课题中提出了基于人工神经网络(ANN)的车牌自动识别系统。车牌识别 系统包括三个主要组件:车牌定位、字符分割和字符识别。(License plate recognition system plays an important role in many applications, such as parking system, road monitoring, highway toll collection system, electronic police system. In our country, there are many kinds of license plate, and it has numbers, letters and Chinese characters. In this paper, an automatic license plate recognition system based on artificial neural network is proposed. The license plate recognition system consists of three main components: license plate location, character segmentation and character recognition.)
Platform: | Size: 11207680 | Author: 孤鸿浪子 | Hits:
« 12 3 4 5 6 7 8 9 10 ... 20 »

CodeBus www.codebus.net